home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / unixlib.lha / unix / include / math.h < prev    next >
C/C++ Source or Header  |  1995-12-30  |  279b  |  12 lines

  1. #ifndef _UNIX_MATH_H
  2. #define _UNIX_MATH_H
  3. #include "include:math.h"
  4. #ifndef _STRICT_ANSI
  5. double    copysign __ARGS((double, double));
  6. int    finite __ARGS((double));
  7. double    hypot __ARGS((double, double));
  8. double    logb __ARGS((double));
  9. double    scalb __ARGS((double, int));
  10. #endif
  11. #endif
  12.